DrawText(String[],Single,Single,Single,Single,String) Method
In This Topic
Draws the text.
Syntax
'Declaration
Public Overloads Sub DrawText( _
ByVal () As String, _
ByVal As Single, _
ByVal As Single, _
ByVal As Single, _
ByVal As Single, _
ByVal As String _
)
public void DrawText(
string[] ,
float ,
float ,
float ,
float ,
string
)
Parameters
- astrText
- The astr text.
- left
- The left.
- top
- The top.
- width
- The width.
- height
- The height.
- strLink
- The string link.
See Also